Skip to content

[FIX] Order available PostgreSQL tables#7099

Merged
lanzagar merged 1 commit intobiolab:masterfrom
meob:patch-1
Jun 13, 2025
Merged

[FIX] Order available PostgreSQL tables#7099
lanzagar merged 1 commit intobiolab:masterfrom
meob:patch-1

Conversation

@meob
Copy link
Contributor

@meob meob commented Jun 6, 2025

The list of available PostgreSQL tables should by ordered by both schema_name and relation_name

Issue

I noticed that the table list in the SQL Table widget is not ordered.
This simple patch add the relation name to the ORDER BY

Description of changes

Added the order by for the second column too

Includes
  • Code changes
  • Tests
  • Documentation

The list of available PostgreSQL tables should by ordered by both schema_name and relation_name
@CLAassistant
Copy link

CLAassistant commented Jun 6, 2025

CLA assistant check
All committers have signed the CLA.

@markotoplak markotoplak changed the title Update postgres.py [FIX] Order available PostgrSQL tables Jun 9, 2025
@lanzagar lanzagar changed the title [FIX] Order available PostgrSQL tables [FIX] Order available PostgreSQL tables Jun 13, 2025
@lanzagar lanzagar merged commit 32f4d6d into biolab:master Jun 13, 2025
7 of 28 checks passed
@meob meob deleted the patch-1 branch June 23, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants